projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
562e4a4
)
(read_char): Don't bind
author
Kenichi Handa
<handa@m17n.org>
Tue, 22 Dec 1998 06:06:48 +0000
(06:06 +0000)
committer
Kenichi Handa
<handa@m17n.org>
Tue, 22 Dec 1998 06:06:48 +0000
(06:06 +0000)
input-method-exit-on-first-char.
src/keyboard.c
patch
|
blob
|
history
diff --git
a/src/keyboard.c
b/src/keyboard.c
index 466a19beb5b15ef93287ff91e2d28c25652b52a7..4f5314572143d37641498b6e2432b9947b9d0618 100644
(file)
--- a/
src/keyboard.c
+++ b/
src/keyboard.c
@@
-2416,7
+2416,6
@@
read_char (commandflag, nmaps, maps, prev_event, used_mouse_menu)
never use the echo area. */
if (maps == 0)
{
- specbind (Qinput_method_exit_on_first_char, Qt);
specbind (Qinput_method_use_echo_area, Qt);
}